https://t.me/RX1948
Server : LiteSpeed
System : Linux host 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
User : idnco5810 ( 1093)
PHP Version : 8.2.29
Disable Function : NONE
Directory :  /var/lib/dpkg/info/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //var/lib/dpkg/info/lsphp81-snmp.postrm
#!/bin/sh

#set -e

#EXTRA#

if [ "$1" = "purge" ]; then
  inidir=/usr/local/lsws/lsphp81/etc/php/8.1/mods-available
  for dsoname in snmp; do
    inifile=${dsoname}.ini

    # Query which package has this conffile registered
    if which ucfq >/dev/null; then
        ucfp=$(ucfq -w ${inidir}/${inifile} | cut -f 2 -d:)
    fi
      
    # Only work with the config file if it still belongs to us
    if test "$ucfp" = lsphp81-snmp; then
      for ext in '~' '%' .bak .ucf-new .ucf-old .ucf-dist;  do
        rm -f ${inidir}/${inifile}${ext}
      done
      rm -f ${inidir}/${inifile}
      if which ucf >/dev/null; then
        ucf --purge ${inidir}/${inifile}
      fi
      if which ucfr >/dev/null; then
        ucfr --purge lsphp81-snmp ${inidir}/${inifile}
      fi
    fi
  
    if [ -e /usr/local/lsws/lsphp81/bin/php-maintscript-helper ] ; then
      . /usr/local/lsws/lsphp81/bin/php-maintscript-helper
      /usr/local/lsws/lsphp81/bin/phpdismod ALL ALL ${dsoname}
    elif [ -e /usr/lib/php/php-maintscript-helper ] ; then
      . /usr/lib/php/php-maintscript-helper
      phpdismod ALL ALL ${dsoname}
    fi
  done
fi


exit 0

https://t.me/RX1948 - 2025